#!/bin/bash
cd "$(dirname "$0")"
cd ../../../
git secrets --install
git secrets --register-aws
echo "GIT folder is now protected from accidental aws key commits"
bash